home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gravity.swf / scripts / DefineButton2_219 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-28  |  199 b   |  11 lines

  1. on(release){
  2.    if(_parent._parent.noisecube.onOrOff == "on")
  3.    {
  4.       _parent._parent.noisecube.onOrOff = "off";
  5.    }
  6.    else
  7.    {
  8.       _parent._parent.noisecube.onOrOff = "on";
  9.    }
  10. }
  11.